home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / ewjdemo.dir / 00080.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  565 b   |  29 lines

  1. on mouseDown
  2.   stopAllQT()
  3.   puppetSound("ReturnB")
  4.   puppetSprite(13, 1)
  5.   set the castNum of sprite 13 to 87
  6.   updateStage()
  7.   startTimer()
  8.   repeat while the timer < 15
  9.     nothing()
  10.   end repeat
  11.   set the castNum of sprite 13 to 88
  12.   updateStage()
  13.   startTimer()
  14.   repeat while the timer < 15
  15.     nothing()
  16.   end repeat
  17.   set the castNum of sprite 13 to 87
  18.   updateStage()
  19.   startTimer()
  20.   repeat while the timer < 15
  21.     nothing()
  22.   end repeat
  23.   set the castNum of sprite 13 to 88
  24.   updateStage()
  25.   puppetSprite(13, 0)
  26.   open("killmech")
  27.   go("none fade")
  28. end
  29.